From: Juanma Barranquero Date: Wed, 29 Sep 2010 15:07:34 +0000 (+0200) Subject: lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~3944 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a69edb8adff6683988ee0b19179dd85c1c35edf0;p=emacs.git lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2adb909c64a..2c386257c10 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,5 +1,7 @@ 2010-09-29 Juanma Barranquero + * makefile.w32-in (../src/config.h): Remove target, it is stale. + * emacsclient.c (main): Remove unused variables. (start_daemon_and_retry_set_socket): Use EXIT_FAILURE. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 72a04ecff89..552dd1349fc 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -371,6 +371,7 @@ cleanall: clean # Headers we would preprocess if we could. # ../src/config.h: ../nt/$(CONFIG_H) + $(DEL) $@ echo $(CONFIG_H) has changed. Re-run configure.bat. exit -1